home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DemonicDefence3.swf / scripts / DefineButton2_1182 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2005-09-27  |  119 b   |  5 lines

  1. on(rollOver){
  2.    _root.price = 500 + _root.archah * 500 + "g";
  3.    descrap = "Archer will help you kill enemies";
  4. }
  5.